home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_376 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  220 b   |  12 lines

  1. this._visible = false;
  2. this.cacheAsBitmap = true;
  3. bac_b.onRelease = function()
  4. {
  5.    _parent._parent.btn.start();
  6.    _visible = false;
  7. };
  8. bac_b.onRollOver = function()
  9. {
  10.    _parent._parent.s_select.start();
  11. };
  12.